1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

Merge pull request #12 from takhlaq/editorconfig

add editorconfig file
This commit is contained in:
SapphireMordred 2017-08-09 15:09:23 +02:00 committed by GitHub
commit d6c93f7cad

9
.editorconfig Normal file
View file

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