summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-07-15 18:29:20 -0700
committerMichael Krotscheck <krotscheck@gmail.com>2015-07-29 21:52:37 -0700
commit178f5ad1358b7c3e2275ff4340135ea4f8a9a629 (patch)
tree2e91bda8222de04b3529be42d516ebb2950a7611 /.editorconfig
parent92bca6599bb975e7c695a99e0c053ff8050b71f0 (diff)
Added presentation framework.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..025b86f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6charset = utf-8
7indent_style = space
8indent_size = 2
9trim_trailing_whitespace = true
10
11[*.md]
12trim_trailing_whitespace = false