Revision 0ddc4279d1f4e6e161c36eae31fa32c950ad0c71 authored by D.B on 10 October 2016, 18:39:48 UTC, committed by D.B on 11 October 2016, 07:15:48 UTC
If workspace has stacked/tabbed layout, its direct children should be
wrapped into a container which enables them to draw the titlebar.
1 parent 6446e44
Raw File
.editorconfig
# For the full list of code style requirements, see CONTRIBUTING.md

root = true

[*]
charset = utf-8
end_of_line = lf

[*.{c,h,cmake,txt}]
indent_style = tab
indent_size = 4

[*.{xml,yml}]
indent_style = space
indent_size = 2

[config]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top