1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00
sapphire/.editorconfig
2018-08-30 13:38:40 +02:00

9 lines
219 B
INI

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