1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 12:49:41 +02:00
codex.docs/.editorconfig
George Berezhnoy 7add63d90b
Page model (#1)
* Initial database and page MVC

* Add mocha tests

* Add docs

* Add docs about nedb query options

* Add eslint and editorconfig + husky

* Improve precommit script

* Remove unnecessary dependencies
2018-08-17 13:58:44 +03:00

9 lines
No EOL
147 B
INI

root = false
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true