Skip to content

Commit

Permalink
.editorconfigの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
webarata3 committed Dec 29, 2015
1 parent 98b7267 commit acb6aab
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 175 deletions.
53 changes: 53 additions & 0 deletions .editorconfig
@@ -0,0 +1,53 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_style = space
indent_size = 2

[*.coffee]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2

[*.sass]
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 1

[*.xml]
indent_style = space
indent_size = 1

[*.java]
indent_style = space
indent_size = 4

[*.groovy]
indent_style = space
indent_size = 4

[*.gradle]
indent_style = space
indent_size = 4
177 changes: 2 additions & 175 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acb6aab

Please sign in to comment.