mirror of
https://github.com/XLabsProject/iw4x-client.git
synced 2023-08-02 15:02:11 +02:00
[General]: Create .editorconfig (#967)
This commit is contained in:
parent
c879fddffd
commit
c961db16a7
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
||||
[*.{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
|
Loading…
Reference in New Issue
Block a user