swh:1:snp:4a24c3566c10fbc1c429a7188c20f72b2a098f47
Raw File
Tip revision: a49d8e792c71d957e67db05b50fc7d3fa3b5750b authored by Larko on 13 April 2021, 15:28:35 UTC
Improved french translation of readme (#814)
Tip revision: a49d8e7
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.agc]
indent_style = tab
tab_width = 8

[*.md]
indent_style = space
indent_size = 2
back to top