diff options
| author | Li Zhineng <[email protected]> | 2025-07-22 08:01:28 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-22 08:01:28 +0800 |
| commit | 391eeb229882870a1c2311c820cc910890b35d9d (patch) | |
| tree | 407c6e346032444249effedaef305649fbb87493 /.editorconfig | |
| download | homebridge-airmx-391eeb229882870a1c2311c820cc910890b35d9d.tar.gz homebridge-airmx-391eeb229882870a1c2311c820cc910890b35d9d.zip | |
first commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..31a134f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 |
