diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-01-26 14:29:29 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-01-26 14:29:29 +0100 |
commit | 19f3ed1b073e743345639c3bf0b9204697394c42 (patch) | |
tree | 0ebb661f5c38d3e916e2f6b3d800d473409faab5 | |
parent | e163b92deffbc5d37419f01e9defd94b8fb2c07b (diff) | |
download | mcu.cmake-19f3ed1b073e743345639c3bf0b9204697394c42.tar.gz mcu.cmake-19f3ed1b073e743345639c3bf0b9204697394c42.tar.bz2 mcu.cmake-19f3ed1b073e743345639c3bf0b9204697394c42.tar.xz mcu.cmake-19f3ed1b073e743345639c3bf0b9204697394c42.zip |
o Adding editorconfig.
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f6e95d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true + +[{CMakeLists.txt,*.cmake}] +continuation_indent_size = 4 |