iw4x-client/.editorconfig

11 lines
233 B
INI
Raw Permalink Normal View History

2023-04-22 16:57:27 -04:00
[*.{cpp,hpp}]
end_of_line = crlf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
brace_style = next_line
namespace_indentation = all
cpp_indent_namespace_contents = true