Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
watch-my-terminal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f6241
)
add .editorconfig
author
Jason Woofenden
<jason@jasonwoof.com>
Thu, 18 Apr 2013 12:43:42 +0000
(08:43 -0400)
committer
Jason Woofenden
<jason@jasonwoof.com>
Thu, 18 Apr 2013 12:43:42 +0000
(08:43 -0400)
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
index 0000000..
103cdc9
--- /dev/null
+++ b/
.editorconfig
@@ -0,0
+1,9
@@
+; See http://editorconfig.org
+
+; top-most EditorConfig file
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab