summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cao <[email protected]>2023-03-17 21:02:39 +0800
committerRyan Cao <[email protected]>2023-03-17 21:02:39 +0800
commit7573fcc698da4954d60b1f409bb8deb5255dab9a (patch)
treec3fa0f227785b374aef2e6355b5eb8673a0c881d
parent681eda28c92996ea84d88f8dc3bf8041fde5bd39 (diff)
parent60006032a9a6aab6495e340aedf47b1ccd957aca (diff)
Merge branch 'main' of https://github.com/getchoo/getchoo.github.io into some-refactors
-rw-r--r--.editorconfig8
-rw-r--r--.prettierrc3
2 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..059f2de
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+indent_size = 4
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..0cb0c2c
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,3 @@
+{
+ "editorconfig": true
+} \ No newline at end of file