Skip to content
Permalink
Browse files
Add editorconfig
  • Loading branch information
ximion committed Jan 10, 2021
1 parent 0ab3caa commit 366fd1e
Showing 1 changed file with 39 additions and 0 deletions.
@@ -0,0 +1,39 @@
# See https://editorconfig.org/
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8

[*.{c,h}]
indent_style = tab
indent_size = 8

[*.cpp]
indent_style = space
indent_size = 4

[qt/**.h]
indent_style = space
indent_size = 4

[*.sh]
indent_style = space
indent_size = 4

[meson.build]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2

[*.xml]
indent_style = space
indent_size = 2

[docs/**.xml]
indent_style = tab
indent_size = 8

0 comments on commit 366fd1e

Please sign in to comment.