diff options
author | Hailey <me@haileyok.com> | 2024-07-11 18:15:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 18:15:35 -0700 |
commit | 2397104ad6169ced02b1acd9fbbbe426f4cc4da0 (patch) | |
tree | e6aaa5f0b3acaa2acb06880cba6c7703b7ac7b0c /.editorconfig | |
parent | b433469ab954db846ab7bb9109cfe7262711c5bb (diff) | |
download | voidsky-2397104ad6169ced02b1acd9fbbbe426f4cc4da0.tar.zst |
Lint native files (#4768)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..32a53f185 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.{kt,kts}] +indent_size=2 |