summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-15 21:10:49 +0800
committerGitHub <[email protected]>2025-07-15 21:10:49 +0800
commit458fa767414ee16fc7ddb1636bad12bd317d5d28 (patch)
tree8b4140326dc1f61c3c0e6f49478eee0c7adaf321 /.editorconfig
parentd7016f285fbef4b45650043ddbcea0da68d8a64c (diff)
parent28e956fe8898b078ebcb798155a99930b96e14ac (diff)
downloadsetup-458fa767414ee16fc7ddb1636bad12bd317d5d28.tar.gz
setup-458fa767414ee16fc7ddb1636bad12bd317d5d28.zip
Merge pull request #1 from openairmx/ui
Implement UI
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
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