diff options
| author | Manuel Palenzuela <[email protected]> | 2019-08-19 12:17:51 +0200 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2019-08-19 12:17:51 +0200 |
| commit | ea7016bdb1d9fb7de1a66a94b3de3b3c9e0f32c9 (patch) | |
| tree | 22a6413c757bb2cc709a51f851d5718298430c0d /resources/app/node_modules/loglevel/.editorconfig | |
| download | 9anime-client-master.tar.gz 9anime-client-master.tar.bz2 9anime-client-master.zip | |
Diffstat (limited to 'resources/app/node_modules/loglevel/.editorconfig')
| -rw-r--r-- | resources/app/node_modules/loglevel/.editorconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/resources/app/node_modules/loglevel/.editorconfig b/resources/app/node_modules/loglevel/.editorconfig new file mode 100644 index 0000000..e773d8d --- /dev/null +++ b/resources/app/node_modules/loglevel/.editorconfig @@ -0,0 +1,21 @@ + +# EditorConfig defines and maintains consistent coding styles between different +# editors and IDEs: http://EditorConfig.org/ +# Top-most EditorConfig file +root = true + +# All files +[*.*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +max_line_length = 80 + +[*.md] +indent_size = 2 + +[*.json] +indent_size = 2 |