~elementary-apps/pantheon-mail/master

« back to all changes in this revision

Viewing changes to .editorconfig

  • Committer: Daniel ForĂ©
  • Date: 2018-10-17 16:24:35 UTC
  • Revision ID: git-v1:65cd519c304cb0c541df73a81b7bef8b17b54c1b
Add EditorConfig

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# EditorConfig <http://EditorConfig.org>
 
2
root = true
 
3
 
 
4
# elementary defaults
 
5
[*]
 
6
charset = utf-8
 
7
end_of_line = lf
 
8
indent_size = tab
 
9
indent_style = space
 
10
insert_final_newline = true
 
11
max_line_length = 80
 
12
tab_width = 4
 
13
 
 
14
[{*.xml,*.xml.in,*.yml}]
 
15
tab_width = 2
 
16