blob: 7418bf5454d13b332a69fc96ddda78b8cd90425d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://EditorConfig.org
# No .editorconfig files above the root directory
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
|