Проектная работа - rustfmt
Создание нового проекта
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "snake-game"
|
name = "snake-game"
|
||||||
|
description = "Rust implementation of Snake Game"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
max_width = 160
|
max_width = 160
|
||||||
newline_style = "Unix"
|
newline_style = "Unix"
|
||||||
fn_single_line = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user