Browse Source

style: standardize prettier config and 2-space json policy

master
Daniel Gibbs 1 month ago
parent
commit
fe8979140e
  1. 4
      .editorconfig
  2. 3
      .prettierignore
  3. 3
      .prettierrc
  4. 2
      .prettierrc.json

4
.editorconfig

@ -16,9 +16,9 @@ trim_trailing_whitespace = true
indent_size = 4
indent_style = tab
# JSON Files (Biome formatting)
# JSON Files
[*.json]
indent_style = tab
indent_style = space
indent_size = 2
# Steam appmanifest files (Valve ACF format)

3
.prettierignore

@ -1,3 +0,0 @@
# Prettier auto-commit runs with GITHUB_TOKEN (GitHub App).
# GitHub blocks that token from creating/updating anything under .github/workflows.
.github/workflows/**

3
.prettierrc

@ -1,3 +0,0 @@
{
"plugins": ["prettier-plugin-sh"]
}

2
.prettierrc.json

@ -1,3 +1,3 @@
{
"plugins": ["prettier-plugin-sh"]
"plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"]
}

Loading…
Cancel
Save