Revision a87d2b922fa8945e801c8152cf419c27f94bf683 authored by Alexander Bruy on 05 January 2017, 10:53:03 UTC, committed by Alexander Bruy on 05 January 2017, 11:00:21 UTC
(cherry picked from commit 93206a2bee3b4c24da60d0ad13dca649aaa87f96)
1 parent f4c0cf8
Raw File
.editorconfig
# See http://editorconfig.org

# top-most EditorConfig file
root = true

# every file needs these
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

# python scripts have 4 spaces indent
[*.py]
indent_size = 4
back to top