Change default indentation in .editorconfig

Add dependencies folder to default stack and exceptions in .gitignore
This commit is contained in:
Matija Koželj 2023-03-03 10:41:48 +01:00
parent 2f7ffec4cc
commit 23cc96f87e
3 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,9 @@ root = true
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 4
indent_size = 3
indent_style = tab
tab_width = 4
tab_width = 3
# New line preferences
end_of_line = crlf

1
.gitignore vendored
View File

@ -425,5 +425,6 @@ FodyWeavers.xsd
!/examples
!/src
!/tests
!/dependencies
!/tools
!/*.[Ss][Ll][Nn]

0
dependencies/.gitkeep vendored Normal file
View File