diff options
Diffstat (limited to 'plugins/openid/.editorconfig')
-rw-r--r-- | plugins/openid/.editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/openid/.editorconfig b/plugins/openid/.editorconfig new file mode 100644 index 00000000..9acbda73 --- /dev/null +++ b/plugins/openid/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +trim_trailing_whitespace = true +charset = utf-8 +indent_style = tab +indent_size = 4 |