summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorKirk Shoop (MS Open Tech) <kirk.shoop@microsoft.com>2013-12-12 06:48:19 -0800
committerKirk Shoop (MS Open Tech) <kirk.shoop@microsoft.com>2013-12-17 19:16:18 -0800
commit3610224d8e1aacb346cdd967ceaa95cb3d622456 (patch)
tree30b97e8c7a81b80df289c78ce543582a92bb1bf7 /.editorconfig
parenta76c632e517844c2083c85f29efb77040c2a5520 (diff)
downloadRxCpp-3610224d8e1aacb346cdd967ceaa95cb3d622456.tar.gz
add editor config, install plugin for your editor to use it.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..8ac3f31
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true