File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ; This file is for unifying the coding style for different editors and IDEs.
2
+ ; More information at http://EditorConfig.org
3
+
4
+ root = true
5
+
6
+ [* ]
7
+ charset = utf-8
8
+ indent_style = space
9
+ end_of_line = lf
10
+ insert_final_newline = true
11
+ trim_trailing_whitespace = true
12
+
13
+ [* .{py,rst,ini} ]
14
+ indent_size = 4
15
+
16
+ [* .{html,yml} ]
17
+ indent_size = 2
18
+
19
+ [LICENSE.txt ]
20
+ end_of_line = crlf
21
+ insert_final_newline = false
22
+
23
+ [Makefile ]
24
+ indent_style = tab
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
setup (name = 'django-request-logging' ,
4
4
version = '0.1' ,
5
- description = 'Django middleware that logs http request body.'
5
+ description = 'Django middleware that logs http request body.' ,
6
6
url = 'https://github.com/rhumbixsf/django-request-logging.git' ,
7
7
author = 'Kenneth Jiang' ,
8
8
author_email = 'kenneth@rhumbix.com' ,
You can’t perform that action at this time.
0 commit comments