diff options
| author | Li Zhineng <[email protected]> | 2025-07-15 21:10:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-15 21:10:49 +0800 |
| commit | 458fa767414ee16fc7ddb1636bad12bd317d5d28 (patch) | |
| tree | 8b4140326dc1f61c3c0e6f49478eee0c7adaf321 /.editorconfig | |
| parent | d7016f285fbef4b45650043ddbcea0da68d8a64c (diff) | |
| parent | 28e956fe8898b078ebcb798155a99930b96e14ac (diff) | |
| download | setup-458fa767414ee16fc7ddb1636bad12bd317d5d28.tar.gz setup-458fa767414ee16fc7ddb1636bad12bd317d5d28.zip | |
Merge pull request #1 from openairmx/ui
Implement UI
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ee51031 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true |
