https://github.com/PressForward/pressforward
Raw File
Tip revision: ac97cf55599c7d03e4f871f294bd1182ab375914 authored by Aram Zucker-Scharff on 29 June 2018, 16:01:29 UTC
Revert "Remove gender API #952"
Tip revision: ac97cf5
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
back to top