summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorlishid <[email protected]>2021-10-19 13:34:19 -0400
committerlishid <[email protected]>2021-10-19 13:34:58 -0400
commit3afc9d78ab809784d8ccf6d17e94c1509330e217 (patch)
tree6744ff4b0d179f6b9f497bcc195736ef23cce11a /.editorconfig
parent5f95bce9e1ccfc207addfccd525d6dd93035f20b (diff)
downloadai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.tar.gz
ai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.zip
Update sample plugin to use ESBuild.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..8952366
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+# top-most EditorConfig file
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+tab_width = 4