This repository was archived by the owner on May 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ indent_style = space
7
+ indent_size = 2
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
10
+ max_line_length = 120
11
+
12
+ [* .rs ]
13
+ indent_size = 4
14
+ max_line_length = 100
15
+
16
+ [* .md ]
17
+ max_line_length = 0
18
+ trim_trailing_whitespace = false
19
+
20
+ [* .js ]
21
+ max_line_length = 80
Original file line number Diff line number Diff line change
1
+
1
2
Apache License
2
3
Version 2.0, January 2004
3
4
http://www.apache.org/licenses/
Original file line number Diff line number Diff line change
1
+ Mesh Security: Interchain Security in the Cosmos Model
2
+
3
+ Copyright 2022 Ethan Frey
4
+ Copyright 2022 Sunny Aggarwal
5
+ Copyright 2022 Jake Hartnell
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
You can’t perform that action at this time.
0 commit comments