added editorconfig updated default archetype

This commit is contained in:
Gardient
2018-02-17 15:54:18 +02:00
parent aa56c40deb
commit ff7a3c5471
2 changed files with 15 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

View File

@@ -1,2 +1,8 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}"
draft = true
tags = []
topics = []
description = ""
+++