From 9ef709b7183e5d6026013c57931533828bec1c4e Mon Sep 17 00:00:00 2001 From: Axy Date: Thu, 30 Oct 2025 12:01:58 +0100 Subject: [PATCH] Editorconfig --- .editorconfig | 2 ++ ft_printf.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b225af --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +indent_style = tab diff --git a/ft_printf.c b/ft_printf.c index 3e2d923..6ea6fc6 100644 --- a/ft_printf.c +++ b/ft_printf.c @@ -6,7 +6,7 @@ /* By: agilliar +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/10/29 14:24:47 by agilliar #+# #+# */ -/* Updated: 2025/10/29 18:45:02 by agilliar ### ########.fr */ +/* Updated: 2025/10/30 12:01:14 by agilliar ### ########.fr */ /* */ /* ************************************************************************** */ -- 2.51.0