From 11815360da8a8e5472b0f0079836e55abacc39b1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 4 Oct 2014 23:47:20 +0700 Subject: python/autopep8: Added (automatically formats Python code). Signed-off-by: Willy Sudiarto Raharjo --- python/autopep8/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/autopep8/README (limited to 'python/autopep8/README') diff --git a/python/autopep8/README b/python/autopep8/README new file mode 100644 index 0000000000..ecaa6a995d --- /dev/null +++ b/python/autopep8/README @@ -0,0 +1,2 @@ +A tool that automatically formats Python code to conform +to the PEP 8 style guide. -- cgit v1.2.3