diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-advanced-http/.editorconfig')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-advanced-http/.editorconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-advanced-http/.editorconfig b/StoneIsland/plugins/cordova-plugin-advanced-http/.editorconfig new file mode 100644 index 00000000..903258f1 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-advanced-http/.editorconfig @@ -0,0 +1,19 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +# Change these settings to your own preference +indent_style = space +indent_size = 2 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |
