Skip to content

Commit

Permalink
Add .editorconfig to this repository (#21686)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol authored and ReLater committed Sep 1, 2018
1 parent 6335f97 commit 0efd7d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# IDE & System Related Files #
.buildpath
.editorconfig
.project
.settings
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ function usage($command)
$doNotPackage = array(
'.appveyor.yml',
'.drone.yml',
'.editorconfig',
'.github',
'.gitignore',
'.hound.yml',
Expand Down

0 comments on commit 0efd7d5

Please sign in to comment.