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 #### #### Core EditorConfig Options ####
# Indentation and spacing # Indentation and spacing
indent_size = 4 indent_size = 3
indent_style = tab indent_style = tab
tab_width = 4 tab_width = 3
# New line preferences # New line preferences
end_of_line = crlf end_of_line = crlf

1
.gitignore vendored
View File

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

0
dependencies/.gitkeep vendored Normal file
View File