mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
Updated .editorconfig for 2 spaces
This commit is contained in:
parent
743ed0fbc4
commit
1552268dae
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ root = true
|
||||||
# find plugin for your editor here: http://editorconfig.org/#download
|
# find plugin for your editor here: http://editorconfig.org/#download
|
||||||
[*.{cpp,h,chai,inc}]
|
[*.{cpp,h,chai,inc}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 3
|
indent_size = 2
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_brace_style = Allman
|
indent_brace_style = Allman
|
||||||
|
|
Loading…
Add table
Reference in a new issue