Files
Fallout4F4SEModTemplate/.editorconfig
T
andrew 9dbcc7d926 Add F4SE plugin template
Create a minimal Fallout 4 F4SE/CommonLibF4 starter repo with build, packaging, install, and rename scripts, plus initial plugin source, headers, and xmake configuration.
2026-07-01 17:39:42 +12:00

19 lines
251 B
INI

root = true
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{cpp,h,hpp}]
indent_style = tab
indent_size = 4
[*.lua]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false