Line | |
---|
1 | root = true |
---|
2 | |
---|
3 | [*] |
---|
4 | end_of_line = lf |
---|
5 | insert_final_newline = true |
---|
6 | trim_trailing_whitespace = true |
---|
7 | charset = utf-8 |
---|
8 | indent_style = space |
---|
9 | indent_size = 4 |
---|
10 | |
---|
11 | [{*.bat,**/*.bat,installer/resources/proxy/*.ht}] |
---|
12 | end_of_line = crlf |
---|
13 | |
---|
14 | [**/*.css] |
---|
15 | indent_size = 5 |
---|
16 | |
---|
17 | [{history.txt,LICENSE.txt}] |
---|
18 | indent_size = 3 |
---|
19 | |
---|
20 | [**/.project] |
---|
21 | indent_style = tab |
---|
22 | |
---|
23 | [README.txt] |
---|
24 | indent_style = tab |
---|
25 | |
---|
26 | [apps/BOB/**/*.java] |
---|
27 | indent_style = tab |
---|
28 | |
---|
29 | [apps/routerconsole/java/src/com/vuze/plugins/mlab/tools/ndt/swingemu/*.java] |
---|
30 | indent_style = tab |
---|
31 | |
---|
32 | [apps/routerconsole/java/src/edu/internet2/ndt/*.java] |
---|
33 | indent_style = tab |
---|
34 | |
---|
35 | [apps/routerconsole/jsp/{createreseed.jsp,exportfamily.jsp,flags.jsp,index.jsp,viewhistory.jsp,viewrouterlog.jsp,viewstat.jsp,viewtheme.jsp,viewwrapperlog.jsp}] |
---|
36 | insert_final_newline = false |
---|
37 | |
---|
38 | [apps/susimail/**/{*.java,*.js}] |
---|
39 | indent_style = tab |
---|
40 | |
---|
41 | [apps/susimail/**/{Attachments.java,MailPart.java,WebMail.java}] |
---|
42 | end_of_line = crlf |
---|
43 | |
---|
44 | [core/java/src/com/nettgryppa/**/*.java] |
---|
45 | indent_size = 2 |
---|
46 | |
---|
47 | [core/java/src/gnu/**/*.java] |
---|
48 | indent_size = 2 |
---|
49 | |
---|
50 | [core/java/src/gnu/getopt/*.properties] |
---|
51 | charset = iso-8859-1 |
---|
52 | |
---|
53 | [core/java/src/org/json/simple/**/*.java] |
---|
54 | end_of_line = crlf |
---|
55 | indent_style = tab |
---|
56 | |
---|
57 | [core/java/src/com/southernstorm/**/*.java] |
---|
58 | indent_style = tab |
---|
59 | |
---|
60 | [router/java/src/org/cybergarage/**/*.java] |
---|
61 | indent_style = tab |
---|
62 | |
---|
63 | [router/java/src/org/freenetproject/*.java] |
---|
64 | indent_style = tab |
---|
65 | |
---|
66 | [router/java/src/com/southernstorm/**/*.java] |
---|
67 | indent_style = tab |
---|
Note: See
TracBrowser
for help on using the repository browser.