diff options
| author | Edward Barnard | 2015-12-22 12:58:39 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-12-22 12:58:39 +0000 |
| commit | f20c773f65347be274766dc364a455fbb00c58df (patch) | |
| tree | b8a46ab41e4bcc5caec4f66a898fbdb280bb091e | |
| parent | eef9d906b38def0091faa2dc955a4c0970fe251d (diff) | |
| download | rust-plist-f20c773f65347be274766dc364a455fbb00c58df.tar.bz2 | |
Add .editorconfig
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9fb23ce --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 |
