From cae0be5b2d8e45433d24b03698a9839bea9b2dbc Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 11 Dec 2018 12:44:13 +0000 Subject: Add rustfmt configuration rustfmt uses four-space indentation per default. This patch adds a configuration file that sets the indentation with to two spaces. --- nitrocli/rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 nitrocli/rustfmt.toml (limited to 'nitrocli/rustfmt.toml') diff --git a/nitrocli/rustfmt.toml b/nitrocli/rustfmt.toml new file mode 100644 index 0000000..b196eaa --- /dev/null +++ b/nitrocli/rustfmt.toml @@ -0,0 +1 @@ +tab_spaces = 2 -- cgit v1.2.1