File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # EditorConfig is awesome: https://EditorConfig.org
2+
3+ # top-most EditorConfig file
4+ root = true
5+
6+ [* ]
7+ charset = utf-8
8+ end_of_line = lf
9+ insert_final_newline = true
10+ trim_trailing_whitespace = true
11+
12+ [* .java ]
13+ indent_style = space
14+ tab_width = 4
15+ max_line_length = 120
16+
17+ [CODEOWNERS ]
18+ indent_style = tab
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ main ]
16+ branches : [ master, main ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ main ]
19+ branches : [ master, main ]
2020 schedule :
2121 - cron : ' 22 15 * * 0'
2222
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Java CI with Maven
55
66on :
77 push :
8- branches : [ main ]
8+ branches : [ master, main ]
99 pull_request :
10- branches : [ main ]
10+ branches : [ master, main ]
1111
1212jobs :
1313 test :
Original file line number Diff line number Diff line change 1+ * denis.averin@aspose.com
You can’t perform that action at this time.
0 commit comments