1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00

Updated .editorconfig for 2 spaces

This commit is contained in:
Mordred 2018-08-30 11:39:39 +02:00 committed by GitHub
parent 16489e7fbc
commit 8a9e0b027d

View file

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