Files
setup-machines/home-manager/dotfiles/clang.nix
2025-07-03 21:34:17 +02:00

10 lines
115 B
Nix

{ pkgs, ... }:
{
home.file.".clang-format".text = ''
---
Language: Cpp
BasedOnStyle: Google
'';
}