aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/.editorconfig
blob: 2de301a74a2b935dc34ae7d50bfdd7f6a845d8b8 (plain)
1
2
3
4
5
6
7
8
9
# Qt sources

# Qt Creator defaults to 4 columns of spaces but doesn't yet support
# EditorConfig:
# https://bugreports.qt.io/browse/QTCREATORBUG-14013
[*.{cpp,h}]
indent_style = space
indent_size = 4
tab_width = 8