Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.editorconfig
blob: 83044fd1ed07bd50e305a4b3a520e14d4e9c09a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
root = true

[*]
indent_style = tab
indent_size = 8
insert_final_newline = true

[CMakeLists.txt]
indent_style = space
indent_size = 4

[*.py]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2