aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/.editorconfig
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-28 17:58:43 +0800
committerobscuren <geffobscura@gmail.com>2015-01-28 17:58:43 +0800
commitcb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d (patch)
tree7038e01d309388ae2872a5fdb7bc21cbd3942076 /cmd/mist/assets/ext/.editorconfig
parent8c99a87aa842e8b6cf44281dad1ca10371f109dd (diff)
downloadgo-tangerine-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.tar.gz
go-tangerine-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.tar.zst
go-tangerine-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.zip
new ethereum.js
Diffstat (limited to 'cmd/mist/assets/ext/.editorconfig')
-rw-r--r--cmd/mist/assets/ext/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmd/mist/assets/ext/.editorconfig b/cmd/mist/assets/ext/.editorconfig
new file mode 100644
index 000000000..60a2751d3
--- /dev/null
+++ b/cmd/mist/assets/ext/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false \ No newline at end of file