This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
node-pcsclite/.editorconfig
Martin Endler dacf2a082f Remove bindings dependency (require the built addon directly because the build output location is well-known and constant)
Add note about a possible error and its solution to the README
Improve .editorconfig
Run tests in CI workflow
2020-02-23 18:09:39 +01:00

18 lines
275 B
INI
Executable File

# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json, *.yaml, *.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false