1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00
sapphire/.editorconfig

10 lines
219 B
INI
Raw Normal View History

2017-08-09 13:44:57 +01:00
root = true
# find plugin for your editor here: http://editorconfig.org/#download
[*.{cpp,h,chai,inc}]
indent_style = space
2018-08-30 13:38:40 +02:00
indent_size = 2
2017-08-09 13:44:57 +01:00
end_of_line = lf
trim_trailing_whitespace = true
indent_brace_style = Allman