1
Fork 0
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:
Mordred 2018-08-30 11:39:39 +02:00 committed by GitHub
parent 743ed0fbc4
commit 1552268dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ root = true
# find plugin for your editor here: http://editorconfig.org/#download
[*.{cpp,h,chai,inc}]
indent_style = space
indent_size = 3
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
indent_brace_style = Allman