Andrew

Results 882 issues of Andrew

When I try to setup docker with dvm, I get an error message: ``` FATA[0000] Error response from daemon: client and server don't have same version (client : 1.16, server:...

Please clarify which Node.js versions are supported by editorconfig-tools! * [ ] `package.json` -> `"engine"` key * [ ] `.node-version` file editorconfig-tools appears to work with Node.js 4.5 on my...

Automatically recurse over any directory paths supplied, so that editorconfig-tools can run over large projects, without resorting to UNIX `find` tricks, which are fragile. Globstar is not a solution: This...

When linting Python and Ash shell code, editorconfig-tools appears to use a simple line-by-line check, though this creates wrong warnings. .editorconfig: ``` [{*.py}] indent_size = 4 ``` test.py: ``` '''...

I want to disable indentation checking for certain extension (`*.txt`, `*.md`, `*.clj`, ...), but when I try to configure this, editorconfig-tools ignores my settings. ``` [{*.txt}] indent_size = none ```

How should I configure and lint shell scripts like `hello` that feature a shebang (`#!/usr/bin/env fish`) but no file extension? Does editorconfig-tools support this? What kind of syntax should I...

editorconfig-tools falsely warns of indent_char errors when encountering Markdown bullet points (either `*` or `-`). Example: ``` $ cat .editorconfig [*] indent_style = space indent_size = 2 [{*.md,*.markdown}] indent_size =...

Lisp code uses arbitrary spaces for indentation. I've tried to setup my .editorconfig to reflect this: ``` # Most code indent_style = space indent_size = 2 # Lisp code [{*.lisp,*.scm,*.rkt,*.lsp,*.clj,*.el,*.emacs}]...

Please ignore more binaries, junk files, and directories like `infer-out/` by default.