Files

10 lines
115 B
Nix
Raw Permalink Normal View History

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