diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..1dec4b93c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*.{cljs,cljc,clj,js,css,scss,html,yml,yaml,json,mustache}] +charset = utf-8 + +indent_size = 2 +indent_style = space + +end_of_line = lf + +insert_final_newline = true + +trim_trailing_whitespace = true diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6cef7d76f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "files.exclude": { + "**/.clj-kondo": true, + "**/.cpcache": true, + "**/.lsp": true, + "**/.shadow-cljs": true, + "**/node_modules": true + } +}