﻿# top-most EditorConfig file
root = true

[*.cs]
indent_style = space
indent_size = 4
charset = utf-8
dotnet_diagnostic.CA1307.severity = none
dotnet_diagnostic.CA5394.severity = none //Pour l'utilisation de random

[Src/HexagonalLib/**]
generated_code = true