diff options
author | Vladimír Vondruš <mosra@centrum.cz> | 2018-12-29 20:15:15 (GMT) |
---|---|---|
committer | Vladimír Vondruš <mosra@centrum.cz> | 2018-12-29 20:19:43 (GMT) |
commit | eae1d579a33207dfd3e7521f886a411a0b247329 (patch) | |
tree | c39baf923278d905bb3c47922f9a85317ebf7d4c /.editorconfig | |
parent | abe694b6304c1d62fdb9ad1caa85ec91efac31d6 (diff) | |
download | Doxygen-eae1d579a33207dfd3e7521f886a411a0b247329.zip Doxygen-eae1d579a33207dfd3e7521f886a411a0b247329.tar.gz Doxygen-eae1d579a33207dfd3e7521f886a411a0b247329.tar.bz2 |
Added .editorconfig.
Specifies how most of the files are indented to make contributions
easier. See https://editorconfig.org for more information.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ddc5adf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +# See https://editorconfig.org/ for more information. + +[*] +indent_style = space +indent_size = 2 |