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

add editorconfig file

This commit is contained in:
Tahir Akhlaq 2017-08-09 13:44:57 +01:00 committed by GitHub
parent 9fa34626c0
commit 962a11ee72

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