GitHub
github.com › editorconfig
EditorConfig · GitHub
EditorConfig Core library and command line utility written in C# for .NET/Mono http://editorconfig.org
file format for defining coding styles (that is supported by various text editor plugins)
Factsheet
EditorConfig
editorconfig.org
EditorConfig
Project Page on GitHub · Follow Us on Twitter · Tweet · EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection ...
GitHub
github.com › editorconfig-checker › action-editorconfig-checker
GitHub - editorconfig-checker/action-editorconfig-checker · GitHub
For more information, reference the GitHub Help Documentation for Creating a workflow file. ... name: EditorConfig Checker on: pull_request: branches: - main jobs: editorconfig: runs-on: ubuntu-24.04 steps: - name: Check out code uses: actions/checkout@v6 - name: Set up editorconfig-checker uses: editorconfig-checker/action-editorconfig-checker@main - name: Run editorconfig-checker run: editorconfig-checker
Author: editorconfig-checker
Starred by 316 users
Forked by 70 users
Languages: C 80.1% | CMake 14.9% | PowerShell 4.7% | Shell 0.3%
Starred by 3.4K users
Forked by 108 users
Starred by 55 users
Forked by 14 users
Languages: Python 79.0% | Makefile 9.0% | Batchfile 8.8% | Shell 2.1% | CMake 1.1%
GitHub
github.com › editorconfig › editorconfig-defaults
GitHub - editorconfig/editorconfig-defaults · GitHub
{ "file_format": "1.0", "version":"0.1.0", "matches": { "<<matcher>>": { "description": "<<description>>", "comment": "<<comment>>", "flavors": { "<<flavor>>": { "description": "<<description>>", "comment": "<<comment>>", "reference": "<<reference>>", "editorconfig": { "<<setting>>": "<<value>>" } } } } } }
Starred by 27 users
Forked by 7 users
Editorconfig-checker
editorconfig-checker.github.io
editorconfig-checker
In order to get help with problems, feature requests or anything else you can use Github issues. Please try to use the correct repository, the main repository where most development is done is this one: editorconfig-checker/editorconfig-checker.