Install
openclaw skills install editorconfig-linterValidate .editorconfig syntax and check source files for EditorConfig compliance.
openclaw skills install editorconfig-linterValidate .editorconfig files and check source files for compliance.
python3 scripts/editorconfig-linter.py validate .editorconfig
python3 scripts/editorconfig-linter.py check src/
python3 scripts/editorconfig-linter.py check src/ --editorconfig .editorconfig
python3 scripts/editorconfig-linter.py show src/main.py
python3 scripts/editorconfig-linter.py fix src/
--editorconfig PATH — Path to .editorconfig (default: auto-discover)--format text|json|markdown — Output format (default: text)--strict — Exit 1 on any violation (CI mode)--exclude PATTERN — Glob pattern to exclude (repeatable)--max-files N — Max files to check (default: 1000)indent_style — tabs vs spacesindent_size — number of spaces per indentend_of_line — lf, crlf, crcharset — utf-8, utf-8-bom, latin1, utf-16be, utf-16letrim_trailing_whitespace — trailing whitespace checkinsert_final_newline — file ends with newlinemax_line_length — line length limittab_width — tab display width