diff options
| author | Stephen Edgar <[email protected]> | 2013-04-20 14:28:50 +1000 |
|---|---|---|
| committer | Stephen Edgar <[email protected]> | 2013-04-20 14:28:50 +1000 |
| commit | 322fc9a6c476ce89101c6b48e5308d2f6ee8eba9 (patch) | |
| tree | ce23701b3f858b91598b2e0c95fa1bc1ec6530f4 /.editorconfig | |
| parent | 37d0a30589e8bd74299b2d857c348d91396563ed (diff) | |
| download | bootstrap-322fc9a6c476ce89101c6b48e5308d2f6ee8eba9.tar.xz bootstrap-322fc9a6c476ce89101c6b48e5308d2f6ee8eba9.zip | |
Include .editorconfig
http://editorconfig.org/
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cf8d7fa6e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true |
