Loading...
Loading...
Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
npx skill4agent add github/awesome-copilot editorconfig.editorconfig.editorconfig.editorconfig***.js**.py.editorconfig.editorconfig.editorconfig.editorconfig# .editorconfig
# Top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = falseroot = true[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true[*.md]trim_trailing_whitespace = false