Change default indentation in .editorconfig

Add dependencies folder to default stack and exceptions in .gitignore
main
Matija Koželj 2 years ago
parent 2f7ffec4cc
commit 23cc96f87e

@ -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

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