shawnmcknight/react-scrollbar-size

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# file type specific overrides
# unset will result in using the editor default
[*.md]
trim_trailing_whitespace = false
[*.{cjs,mjs,js,jsx,ts,tsx,d.ts,css,html}]
indent_style = tab
indent_size = unset