Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34acd1d

Browse files
committed
Add .editorconfig
Change-Id: Ifdb0d98f4e3011b70168644c86d9e225df749b15
1 parentcf9feb4 commit34acd1d

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

‎.editorconfig‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
root =true
2+
3+
[*]
4+
charset =utf-8
5+
end_of_line =lf
6+
insert_final_newline =true
7+
8+
[*.{cpp,hpp}]
9+
indent_style =space
10+
indent_size =2
11+
trim_trailing_whitespace =true
12+
13+
[{*.{py,sh},.jenkins,wscript}]
14+
indent_style =space
15+
indent_size =4
16+
trim_trailing_whitespace =true
17+
18+
[*.md]
19+
indent_style =space
20+
trim_trailing_whitespace =false
21+
22+
[*.rst]
23+
indent_style =space
24+
trim_trailing_whitespace =true
25+
26+
[*.{yaml,yml}]
27+
indent_style =space
28+
indent_size =2
29+
trim_trailing_whitespace =true

‎.github/workflows/ci.yml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name:CI
22
on:
33
push:
4+
branches:
5+
-'**'
6+
paths-ignore:
7+
-'*.conf.sample*'
8+
-'.editorconfig'
9+
-'.gitignore'
10+
-'.mailmap'
11+
-'*.md'
412
workflow_dispatch:
513

614
permissions:{}

‎.jenkins.d/00-deps.sh‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ esac
3535
set -x
3636

3737
if [[$ID== macos ]];then
38+
export HOMEBREW_NO_ENV_HINTS=1
3839
if [[-n$GITHUB_ACTIONS ]];then
3940
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4041
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp