]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
added .editorconfig
authorTDaglis <ath.daglis@gmail.com>
Mon, 26 Oct 2015 15:07:34 +0000 (17:07 +0200)
committerTDaglis <ath.daglis@gmail.com>
Mon, 26 Oct 2015 15:07:34 +0000 (17:07 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..d756aef
--- /dev/null
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.js]
+max_line_length = 100
+
+[*.md]
+trim_trailing_whitespace = false