--- /dev/null
+root = true
+
+[*]
+charset = utf-8
+indent_style = tab
+indent_size = 8
+# Unix-style newlines
+end_of_line = lf
+# Remove any whitespace characters preceding newline characters
+trim_trailing_whitespace = true
+# Newline ending every file
+insert_final_newline = true
+
+[*.yml]
+indent_style = space
+indent_size = 2
2. Look at the [closed issues](https://github.com/dalibo/pgbadger/issues?state=closed), we may have already answered a similar problem
3. [Read the doc](http://dalibo.github.com/pgbadger/). It is short and useful.
+
+
+## Coding style
+
+pgBadger project provides a [.editorconfig](http://editorconfig.org/) file to
+setup consistent spacing in files. Please follow it!