Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
57 stars 45 forks source link

Add editorconfig #1188

Closed raydienull closed 10 months ago

raydienull commented 10 months ago

Add the .editorconfig for code style

[*.{c,h,cpp,hpp}] indent_size = 4 indent_style = space cpp_indent_case_contents_when_block = true cpp_new_line_before_open_brace_namespace = same_line cpp_indent_namespace_contents = true