diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:24:21 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:24:21 -0600 |
commit | a75b69b88f967e6271d75a1bc122da0b2e4eeece (patch) | |
tree | 20b7fb1bec30f68e61846c45a481bee174f4af9f /common/.flake/home/clang-format.nix.org | |
parent | a1cbc273fb92c69ea1b8534f6ef6064b5da40e31 (diff) |
system changes
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, ... }: { |