cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ba2cdaa9414a26eab3d9801dd2a2fd65eaecd1d4
parent 13e7afe5083a880dd1c98a09a4a42f4d3b54c78e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  7 Apr 2023 16:52:50 +0200

Add editorconfig

Diffstat:
A.editorconfig | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +charset = utf-8