CodeCommitsIssuesPull requestsActionsInsightsSecurity
6269cd3929a5e61721247f7901f1a7278faa2a77

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.editorconfig

15lines · modecode

1root = true
2
3# Unix-style newlines with a newline ending every file
4[*]
5end_of_line = lf
6insert_final_newline = true
7
8
9# Matches multiple files with brace expansion notation
10# Set default charset
11[*.{c,cpp,cxx,h,hpp,hxx,py}]
12charset = utf-8
13indent_style = tab
14indent_size = 4
15trim_trailing_whitespace = true