mirror of https://github.com/x360ce/x360ce.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
392 B
22 lines
392 B
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Windows-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|
|
|
|
# tab indentation
|
|
[*.{c,h,def}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
# Trim trailing white spaces
|
|
[*.{c,h,def,txt}]
|
|
trim_trailing_whitespace = true
|
|
|
|
# UTF-8
|
|
[*.{c,h,def,txt}]
|
|
charset=utf-8
|