clipboard.js/.editorconfig

23 lines
465 B
INI
Raw Normal View History

2015-09-18 09:15:24 +03:00
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
2021-01-20 18:55:03 +03:00
indent_size = 2
2015-09-18 09:15:24 +03:00
# 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
2015-09-30 15:11:37 +03:00
[{package.json,bower.json}]
indent_size = 2