diff options
| author | kj_sh604 | 2026-03-15 16:19:35 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-15 16:19:35 -0400 |
| commit | fa355ef180b5e8d2de1f9a3dcb53c4f0505a83b6 (patch) | |
| tree | eaace667bda0521da89a29f32cc8dcee987aefdc | |
| parent | f70b5c41354c33e95e14a31333a00571a668956f (diff) | |
refactor: .editorconfig
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c7bca5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://EditorConfig.org + +# top-level EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true |
