diff options
Diffstat (limited to 'vendor/twbs/bootstrap-icons/.editorconfig')
-rw-r--r-- | vendor/twbs/bootstrap-icons/.editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap-icons/.editorconfig b/vendor/twbs/bootstrap-icons/.editorconfig new file mode 100644 index 000000000..f29d257cc --- /dev/null +++ b/vendor/twbs/bootstrap-icons/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true |