mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
856f0ab6f5
* chore: Improve project-wide prettier formatting and ignored files * chore: `Run make fmt/prettier` * Fix gitignore for `.vscode` folder so that ! works * Add comment in `.prettierrc.yaml` to explain `.editorconfig` * Remove scripts/apidocgen/markdown-template/README.md * Use `yq` for processing prettierrc, update lib.sh dependency check * Add `yq` to Dockerfile and Nix
17 lines
269 B
INI
17 lines
269 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
|
|
[*.{md,json,yaml,yml,tf,tfvars,nix}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[coderd/database/dump.sql]
|
|
indent_style = space
|
|
indent_size = 4
|