iijlab / direct-hs

Client library for https://direct4b.com in Haskell
8 stars 1 forks source link

Introduce Editorconfig #1

Closed igrep closed 6 years ago

igrep commented 6 years ago

For more info: https://editorconfig.org/

You should install an editorconfig plugins for your favorite editor. For VS Code users: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig For Emacs users: https://github.com/editorconfig/editorconfig-emacs#readme For Vim users: https://github.com/editorconfig/editorconfig-vim#readme

kazu-yamamoto commented 6 years ago

On Linux, you should use:

% find . -type f | xargs grep -lzUP '\r\n'