diff options
Diffstat (limited to 'common/.flake/home/clang-format.nix.org')
-rw-r--r-- | common/.flake/home/clang-format.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.flake/home/clang-format.nix.org b/common/.flake/home/clang-format.nix.org index f25e482..1a31310 100644 --- a/common/.flake/home/clang-format.nix.org +++ b/common/.flake/home/clang-format.nix.org @@ -6,7 +6,7 @@ Set global =clang-format= options: - Use Linux standards for braces (new line for functions, same line for everything else) - If statements cannot be on a single line. - Case labels are not indented. -#+begin_src nix :tangle ~/.flake/home/clang-format.nix :mkdirp yes +#+begin_src nix { config, pkgs, ... }: { |