summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAlexey Suhov <alexey.suhov@intel.com>2019-10-02 17:30:49 +0300
committerAlexey Suhov <alexey.suhov@intel.com>2019-10-02 17:30:49 +0300
commit2c83de45b9c148c94f582861198d5dfe40b4e65e (patch)
tree85aa192e301c183520d6c233bc58caf02e247485 /.editorconfig
parentc37d4661a27afb408a45f7752acea968032afcc0 (diff)
downloaddldt-2c83de45b9c148c94f582861198d5dfe40b4e65e.tar.gz
dldt-2c83de45b9c148c94f582861198d5dfe40b4e65e.tar.bz2
dldt-2c83de45b9c148c94f582861198d5dfe40b4e65e.zip
publish master branch
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..fcfaf76a9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,21 @@
+root = true
+
+[*]
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+# 4 space indentation
+#[*.py]
+#indent_style = space
+#indent_size = 4
+
+#[{CMakeLists.txt,*.cmake}]
+#indent_style = space
+#indent_size = 4
+
+#[*.{c,cpp,h,hpp}]
+#indent_style = space
+#indent_size = 4 \ No newline at end of file