jisaacstone / sfzlint

parser and linter for sfz files written in python using Lark
MIT License
17 stars 4 forks source link

EditorConfig, wav test files as binary, ignore install/build dirs #4

Closed redtide closed 2 years ago

jisaacstone commented 2 years ago

.editorconfig is something I would consider a developer preference, so I would think it does not belong in the repo

Other than that this is good!

redtide commented 2 years ago

The goal of EditorConfig is to use a single style together with some rules to keep the editing neat and consistent. It's also based on a personal preference, which in this case is yours and others should follow it, many projects adopt it (with or as alternative to .clang-format on some). Anyway I'll remove it.