Skip to content

Commit

Permalink
Added standard .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
helpfulrobot committed Dec 31, 2015
1 parent c8f9ad2 commit 4dce742
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# http://editorconfig.org/
# For more information about the properties used in this file,
# please see the EditorConfig documentation:
# http://editorconfig.org

[*.php]
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80

[*.md]
trim_trailing_whitespace = false

[*.yml]
[{*.yml,package.json}]
indent_size = 2
indent_style = space

# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516

0 comments on commit 4dce742

Please sign in to comment.