This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
jsonwebtoken/.editorconfig
Vincent Prouillet 7585a7f0f9 Initial commit
2015-10-31 15:37:15 +00:00

12 lines
188 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false