1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17: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 b94499e901
commit da93ea0de2

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