diff --git a/site/.editorconfig b/.editorconfig
similarity index 69%
rename from site/.editorconfig
rename to .editorconfig
index 7a5636ff..2fc107f9 100644
--- a/site/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,9 @@
[*]
insert_final_newline = true
-[*.{md,njk}]
-indent_style = tab
+[*.md]
+indent_style = space
trim_trailing_whitespace = false
+
+[*.njk]
+indent_style = tab
diff --git a/site/.prettierrc b/site/.prettierrc
index 89f3fb91..ad8cf6c6 100644
--- a/site/.prettierrc
+++ b/site/.prettierrc
@@ -1,6 +1,5 @@
{
"semi": false,
- "useTabs": true,
"singleQuote": true,
"arrowParens": "always"
}
diff --git a/site/src/docs/configuration/frontend/index.md b/site/src/docs/configuration/frontend/index.md
index b740179b..97fa6b61 100644
--- a/site/src/docs/configuration/frontend/index.md
+++ b/site/src/docs/configuration/frontend/index.md
@@ -13,58 +13,58 @@ Add this snippet to the bottom of web page:
```html
```
@@ -100,11 +100,11 @@ Add this snippet to the bottom of web page, or adjust already present `remark_co
```html
```
@@ -124,11 +124,11 @@ Add this snippet to the bottom of web page, or adjust already present `remark_co
```html
```
@@ -136,8 +136,8 @@ And then add a node like this in the place where you want to see a number of com
```html
```