git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
qs
.editorconfig
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
.editorconfig
Blame
History
Raw
root = true [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true max_line_length = 140 [test/*] max_line_length = off [*.md] max_line_length = off [*.json] max_line_length = off [Makefile] max_line_length = off [CHANGELOG.md] indent_style = space indent_size = 2 [LICENSE] indent_size = 2 max_line_length = off