This commit is contained in:
2019-04-24 18:36:43 +03:00
parent 680be26063
commit 8425adae8e
10 changed files with 11 additions and 24 deletions

View File

@ -3,12 +3,21 @@ title: "CMake: управление проектом"
category: Программирование
tags: программирование, cmake,
summary:
CSS: table-100.css
toc: yes
monofontoptions:
- Scale=0.6
...
<style type="text/css" rel="stylesheet">
table {
table-layout: fixed;
}
thead th:nth-child(1) {
width: 30%;
}
thead th:nth-child(2) {
width: 70%;
}</style>
[TOC]

View File

@ -3,7 +3,6 @@ title: "Проверка именования в clang-tidy"
category: Программирование
tags: C++, программирование, clang, clang-tidy, форматирование,
summary:
CSS: table-100.css, clang-table.css
toc: yes
...