Files
est-frame/node_modules/@slorber/static-site-generator-webpack-plugin/.editorconfig
2025-10-22 05:38:27 +00:00

17 lines
265 B
INI
Executable File

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false