Swap-Aggregator-Subgraph/node_modules/rsa-pem-to-jwk/.editorconfig
2022-07-03 07:27:35 +05:30

19 lines
294 B
INI

root = true
# Project wide settings
[**]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
max_line_length = 80
# Markdown nonsense
[**.md]
indent_size = 2
# Go with how NPM indents package.json
[package.json]
indent_size = 2