Simplify EditorConfig, add .ui
Remove rules made redundant by the new indentation style Add Qt .ui files
This commit is contained in:
@@ -5,34 +5,11 @@ indent_style = space
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
# Disabled for now since not all editors support setting a tab_width value different from indent_size
|
|
||||||
# Relevant VSCode extension issue: https://github.com/editorconfig/editorconfig-vscode/issues/190
|
|
||||||
# [*.rc]
|
|
||||||
# indent_style = space
|
|
||||||
# indent_size = 4
|
|
||||||
# tab_width = 4
|
|
||||||
|
|
||||||
# [Makefile.*]
|
|
||||||
# indent_style = space
|
|
||||||
# indent_size = 4
|
|
||||||
# tab_width = 4
|
|
||||||
|
|
||||||
[*.manifest]
|
[*.manifest]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[**/CMakeLists.txt]
|
[*.ui]
|
||||||
indent_style = space
|
indent_size = 1
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.cmake]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.json]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
Reference in New Issue
Block a user