Skip to content

Commit b3cc7bf

Browse files
saurvsryandoyle
authored andcommitted
Add .editorconfig (#12)
Modify existing files to conform to config
1 parent 3cc80bd commit b3cc7bf

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Unix-style newlines with a newline ending every file
2+
[*]
3+
end_of_line = lf
4+
insert_final_newline = true
5+
6+
# 4 space indentation
7+
[*.py]
8+
indent_style = space
9+
indent_size = 4

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rust:
44
- beta
55
- nightly
66

7-
cache: cargo
7+
cache: cargo

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
authors = ["Saurav Sachidanand <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "A Rust implementation of the PCP instrumentation API"
7-
repository = "https://github.com/performancecopilot/hornet"
7+
repository = "https://github.com/performancecopilot/hornet"

LICENSE-APACHE

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

LICENSE-MIT

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2222
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2323
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2424
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25-
DEALINGS IN THE SOFTWARE.
25+
DEALINGS IN THE SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ at your option.
1616
Unless you explicitly state otherwise, any contribution intentionally
1717
submitted for inclusion in the work by you, as defined in the Apache-2.0
1818
license, shall be dual licensed as above, without any additional terms or
19-
conditions.
19+
conditions.

0 commit comments

Comments
 (0)