diff options
| author | Stephen Edgar <[email protected]> | 2013-04-20 14:28:50 +1000 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-24 14:38:43 +0200 |
| commit | 2eb9053d4af064d0b4ca760a2a0c023070709c27 (patch) | |
| tree | 0c20d92732475ffd909aef1f6187d9aadacfae81 | |
| parent | 55bbb9ffd704353140cb1d42804ecd99f576f642 (diff) | |
| download | bootstrap-2eb9053d4af064d0b4ca760a2a0c023070709c27.tar.xz bootstrap-2eb9053d4af064d0b4ca760a2a0c023070709c27.zip | |
Include .editorconfig
http://editorconfig.org/
| -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 |
