blob: 97ca1923cf84793cec23b24df7eab0e3d5613609 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Inherit settings from EditorConfig files above this dir.
root = false
# All files under this directory are C++ headers.
[*]
charset = utf-8
indent_style = tab
indent_size = 2
tab_width = 8
trim_trailing_whitespace = true
|