From 89bbc437ae6773b94d1b8804076e366f7502b191 Mon Sep 17 00:00:00 2001 From: foglar Date: Thu, 14 Nov 2024 10:23:27 +0100 Subject: [PATCH] .prettierrc --- config/.prettierrc | 4 ++++ nixos/home.nix | 1 + 2 files changed, 5 insertions(+) create mode 100644 config/.prettierrc diff --git a/config/.prettierrc b/config/.prettierrc new file mode 100644 index 0000000..dfcc0e9 --- /dev/null +++ b/config/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 4, + "useTabs": true +} diff --git a/nixos/home.nix b/nixos/home.nix index 56e0596..ad5cb42 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -60,6 +60,7 @@ ".config/hypr/mocha.conf".source = ../config/mocha.conf; ".config/hypr/hypridle.conf".source = ../config/hypridle.conf; ".config/dolphinrc".source = ../config/dolphinrc; + ".prettierrc".source = ../config/ # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''