Skip to content

Commit

Permalink
add some config files - dadadon
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 4, 2014
1 parent 0e7a9d2 commit 414f5cf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
# zomg hallo
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.slim]
trim_trailing_whitespace = false

[*.haml]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .ruby-gemset
@@ -0,0 +1 @@
penelope
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
1.9.3-p429

0 comments on commit 414f5cf

Please sign in to comment.