diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-15 18:29:20 -0700 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-29 21:52:37 -0700 |
commit | 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 (patch) | |
tree | 2e91bda8222de04b3529be42d516ebb2950a7611 /.editorconfig | |
parent | 92bca6599bb975e7c695a99e0c053ff8050b71f0 (diff) |
Added presentation framework.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
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 @@ | |||
1 | root = true | ||
2 | |||
3 | [*] | ||
4 | end_of_line = lf | ||
5 | insert_final_newline = true | ||
6 | charset = utf-8 | ||
7 | indent_style = space | ||
8 | indent_size = 2 | ||
9 | trim_trailing_whitespace = true | ||
10 | |||
11 | [*.md] | ||
12 | trim_trailing_whitespace = false | ||