mirror of https://github.com/PCSX2/pcsx2.git
13 lines
286 B
INI
13 lines
286 B
INI
# Should always be specified at the top of the file outside of any sections
|
|
root = true
|
|
|
|
# TODO: Add one for resource script file and other Linux specific files ?
|
|
|
|
[*.{cpp,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|