Covid-Self-report-Tool / cov-self-report-frontend

Frontend repository for COVID-19 self-reporting tool in React
https://www.covidselfreport.org
MIT License
10 stars 1 forks source link

Add .editorconfig #63

Open abettermap opened 4 years ago

abettermap commented 4 years ago

Description

General way to promote tab/space consistency and other language-generic rules: https://editorconfig.org/

Related items

Jira CSR-174

Resolution

# top-most EditorConfig file
root = true

# Project-wide settings (all files)
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

# TOC bug in GitLab Markdown parsing:
# github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md007---unordered-list-indentation
[*.md]
indent_size = 4