-
I would add on the website a link to [EditorConfig-Action](https://github.com/marketplace/actions/editorconfig-action) (excellent work!), which uses eclint. @jedmao opinions?
-
There are files with `indent_size = 2` but actually having 4 space indentation.
Could eclint alert me when a line is indented with more than `indent_size` relative to the previous one?
-
```
$ eclint webserver/Website-Funnel-UX.md
webserver/Website-Funnel-UX.md:
11:4: indentation size doesn't match expected 4, got 3
(láogatáok, kattintáok, A/B teszt, telefonos kédéek, eladái er…
-
### 1. Summary
[**Default options documentation**](https://github.com/vkadam/grunt-jsbeautifier#default-options-from-js-beautify-can-be-used).
But `wrapLineLength: 0` not default as it is written in…
-
...it's pretty messy right now and doesn't output particularly useful info
-
I've created a file with Windows Notepad. It has UTF-8 BOM and CRLF line ends.
```
00000000 ef bb bf 61 6c 6d 61 20 42 4f 4d 0d 0a |...alma BOM..|
0000000d
```
@greut How should I con…
-
When checking a directory tree for the first time, a large number of errors can be reported for each file. This causes the filenames themselves to be lost off-screen. I was thinking it might be helpfu…
-
EClint reports as an error the presence of an acute accent ($B4: ` ´ `) inside an [ISO-8859-1] encoded file configured to `charset = latin1`:
syntax_test_interpolation-ascii.hug
11:4…
-
Hello
Sorry it probably exists but I didn't find the option: is there an option for specifying where is our existing `.editorconfig` file?
Is it possible to run a command like: `eclint check --c…
-
@zbeekman wrote:
Best thing I've found so far is findent and eclint for Fortran. findent works off an actual AST and claims to test against all code examples in the latest Modern Fortran Explained …