Skip to content

Commit

Permalink
Add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl committed Jan 25, 2016
1 parent b722404 commit 7444f55
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions practices/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# EditorConfig helps developers define and maintain consistent coding styles
# between different editors and IDEs.

# EditorConig has support in a wide range of text editors. You can view a
# complete list—or download a plugin—at the EditorConfig website:
# http://editorconfig.org/#download

# More about editorconfig files on their website: http://EditorConfig.org

# For now, this is the topmost editor config file.
# Set to false if aria repo gets one.
root = true


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

[*.{html,css,js}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 7444f55

Please sign in to comment.