We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://editorconfig.org/
See: https://github.com/search?q=org%3Arodekruis+NOT+is%3Aarchived+path%3A.editorconfig+-is%3Afork&type=code
And: https://github.com/search?q=org%3Aglobal-121+NOT+is%3Aarchived+path%3A.editorconfig+-is%3Afork&type=code
At the bottom of these search-results, click "include identical files".
For reference: https://editorconfig.org/#file-format-details For more referencing: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# See: <https://editorconfig.org/> root = true [*] charset = utf-8 indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true [*.md] max_line_length = off trim_trailing_whitespace = false [*.py] indent_size = 4 # ...?
root = true
quote_style
.ts
<project-name>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See: https://editorconfig.org/
Background info
Usage across repo's
See: https://github.com/search?q=org%3Arodekruis+NOT+is%3Aarchived+path%3A.editorconfig+-is%3Afork&type=code
And: https://github.com/search?q=org%3Aglobal-121+NOT+is%3Aarchived+path%3A.editorconfig+-is%3Afork&type=code
At the bottom of these search-results, click "include identical files".
Possible solution(s)
For reference: https://editorconfig.org/#file-format-details
For more referencing: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
root = true
Should only be included when it is true / useful.quote_style
for.ts
-files via ESLint/Prettier.Agreed solution
To Do(s)
<project-name>
The text was updated successfully, but these errors were encountered: