diff options
Diffstat (limited to 'third_party/python/glean_parser/.editorconfig')
-rw-r--r-- | third_party/python/glean_parser/.editorconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/python/glean_parser/.editorconfig b/third_party/python/glean_parser/.editorconfig new file mode 100644 index 0000000000..d4a2c4405e --- /dev/null +++ b/third_party/python/glean_parser/.editorconfig @@ -0,0 +1,21 @@ +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +end_of_line = lf + +[*.bat] +indent_style = tab +end_of_line = crlf + +[LICENSE] +insert_final_newline = false + +[Makefile] +indent_style = tab |