alpha
Login
or
Join now
katafrakt.eurosky.social
/
dendry
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Editor configuration file.
author
idmillington
date
11 years ago
(Jul 4, 2015, 11:44 AM +0100)
commit
df4847a6
df4847a638de26cb4fe964f8a85c2fec0ac9c8a1
parent
7867924b
7867924be0841a29a85195de08b7ab6ad185100c
+21
1 changed file
Expand all
Collapse all
Unified
Split
.editorconfig
+21
.editorconfig
View file
Reviewed
···
1
1
+
# EditorConfig: http://EditorConfig.org
2
2
+
3
3
+
root = true
4
4
+
5
5
+
[*]
6
6
+
end_of_line = lf
7
7
+
insert_final_newline = true
8
8
+
9
9
+
[*.{js,py}]
10
10
+
charset = utf-8
11
11
+
12
12
+
[*.{js,json,yml}]
13
13
+
indent_style = space
14
14
+
indent_size = 2
15
15
+
16
16
+
[*.py]
17
17
+
indent_style = space
18
18
+
indent_size = 4
19
19
+
20
20
+
[Makefile]
21
21
+
indent_style = tab